API

Logistics APIs

GET logistics/shipping-advices/{shippingAdviceId}

Sales shipping advice details for provided identifier

HTTP method GET
URI https://api.rambase.net/logistics/shipping-advices/{shippingAdviceId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {shippingAdviceId} Shipping advice identifier
Integer, minimum 100000
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 615, version 46

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<ShippingAdvice>
2
     <ShippingAdviceId
ShippingAdviceId

Shipping advice identifier

>
{Integer}</ShippingAdviceId>
3
     <Status
Status

Status of shipping advice

Possible domain values can be found here

>
{Integer}</Status>
4
     <Type
Type

Type of shipping advice. Gives an indication of what this shipping advice is based on or forwarded from.

Possible domain values can be found here

>
{String}</Type>
5
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
     <ShippingDate
ShippingDate

The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value)

>
{Date}</ShippingDate>
7
     <SellersReferenceNumber
SellersReferenceNumber

Sellers reference number.

>
{String}</SellersReferenceNumber>
8
     <ExternalReference
ExternalReference

External reference. Typically used for referencing third party software.

>
{String}</ExternalReference>
9
     <CustomersReference
CustomersReference

Customers reference. Typically a person.

>
{String}</CustomersReference>
10
     <CustomersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

>
{String}</CustomersReferenceNumber>
11
     <ExchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Possible domain values can be found here

>
{String}</ExchangeRateFluctuationAgreement>
12
     <NetWeight
NetWeight

The net weight of object (excluding packing meterial) in kilograms

>
{Decimal}</NetWeight>
13
     <GrossMargin
GrossMargin

Gross margin of sale, calculated as an average of gross margin of all items at the time items are created and when the document is registered. Will not be recalculated if gross margin in items change afterwards

>
{Decimal}</GrossMargin>
14
     <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
15
     <Note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

>
{String}</Note>
16
     <ShippingAddressAttention
ShippingAddressAttention

Attention of the shipping address. When changing shipping address, the ShippingAddressAttention will be overridden by the attention of the new shipping address.

>
{String}</ShippingAddressAttention>
17
     <ShippingAddressPhone
ShippingAddressPhone

Phone number of the shipping address. When changing shipping address, the ShippingAddressPhone will be overridden by the phone number of the new shipping address.

>
{String}</ShippingAddressPhone>
18
     <ShippingAddressEmail
ShippingAddressEmail

Email address of the shipping address. When changing shipping address, the ShippingAddressEmail will be overridden by the email of the new shipping address.

>
{String}</ShippingAddressEmail>
19
     <InvoiceAddressAttention
InvoiceAddressAttention

Attention of the invoice address. When changing invoice address, the InvoiceAddressAttention will be overridden by the attention of the new invoice address.

>
{String}</InvoiceAddressAttention>
20
     <Location>
21
          <LocationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=Location.LocationId in your request URI to get this field

>
{Integer}</LocationId>
22
          <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
23
          <LocationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=Location.LocationLink in your request URI to get this field

>
{String}</LocationLink>
24
     </Location>
25
     <Assignee
Assignee

The user who has been assigned to work with this object.

>
26
          <UserId
UserId

User identifier

>
{Integer}</UserId>
27
          <Name
Name

Name of the user

>
{String}</Name>
28
          <FirstName
FirstName

First name of the user

>
{String}</FirstName>
29
          <UserLink
UserLink

User reference

>
{String}</UserLink>
30
     </Assignee>
31
     <Customer>
32
          <CustomerId
CustomerId

Customer identifier

>
{Integer}</CustomerId>
33
          <Name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
34
          <Firstname
Firstname

Secondary name of a company or firstname of a person

>
{String}</Firstname>
35
          <Phone
Phone

Customers main phone number

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Phone in your request URI to get this field

>
{String}</Phone>
36
          <Email
Email

Customers main email

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Email in your request URI to get this field

>
{String}</Email>
37
          <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
38
          <Sales>
39
               <SalesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

>
40
                    <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

>
{Integer}</EmployeeId>
41
                    <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

>
{String}</LastName>
42
                    <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

>
{String}</FirstName>
43
                    <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

>
{String}</EmployeeLink>
44
               </SalesAssistant>
45
               <AccountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

>
46
                    <EmployeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

>
{Integer}</EmployeeId>
47
                    <LastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

>
{String}</LastName>
48
                    <FirstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

>
{String}</FirstName>
49
                    <EmployeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

>
{String}</EmployeeLink>
50
               </AccountManager>
51
          </Sales>
52
     </Customer>
53
     <ShippingAddress>
54
          <AddressId
AddressId

Address identifier

>
{Integer}</AddressId>
55
          <Name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

>
{String}</Name>
56
          <Firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

>
{String}</Firstname>
57
          <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
58
          <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
59
          <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
60
          <City
City

City/town/village

>
{String}</City>
61
          <Region
Region

Region/province/state

>
{String}</Region>
62
          <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
63
          <Country
Country

English name of country.

>
{String}</Country>
64
          <ExternalReference
ExternalReference

External address identifier. Normally defined by the customer.

>
{String}</ExternalReference>
65
     </ShippingAddress>
66
     <InvoiceAddress>
67
          <AddressId
AddressId

Address identifier

This field is greyed out because it is an expandable field. You have to add $expand=InvoiceAddress.AddressId in your request URI to get this field

>
{Integer}</AddressId>
68
          <Name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

>
{String}</Name>
69
          <Firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

>
{String}</Firstname>
70
          <AddressLine1
AddressLine1

First address line

>
{String}</AddressLine1>
71
          <AddressLine2
AddressLine2

Second address line

>
{String}</AddressLine2>
72
          <PostalCode
PostalCode

Postalcode/Postcode/ZIP

>
{String}</PostalCode>
73
          <City
City

City/town/village

>
{String}</City>
74
          <Region
Region

Region/province/state

>
{String}</Region>
75
          <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

>
{String}</CountryCode>
76
          <Country
Country

English name of country.

>
{String}</Country>
77
     </InvoiceAddress>
78
     <Totals>
79
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
80
          <FreightAmount
FreightAmount

Freight amount in transaction document's currency

>
{Decimal}</FreightAmount>
81
          <FeeAmount
FeeAmount

Fee amount in transaction document's currency

>
{Decimal}</FeeAmount>
82
          <SubTotalAmount
SubTotalAmount

Total amount of the object in object currency, excluding VAT.

>
{Decimal}</SubTotalAmount>
83
          <VATAmount
VATAmount

Total value added tax in object currency.

>
{Decimal}</VATAmount>
84
          <TotalAmount
TotalAmount

The total amount in object currency, including VAT

>
{Decimal}</TotalAmount>
85
     </Totals>
86
     <TotalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
87
          <Currency
Currency

Currency used in conversion. Default is company accounting currency. Three character code following the ISO 4217 standard.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{String}</Currency>
88
          <ExchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</ExchangeRate>
89
          <FreightAmount
FreightAmount

Freight amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</FreightAmount>
90
          <FeeAmount
FeeAmount

Fee amount in company currency

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</FeeAmount>
91
          <SubTotalAmount
SubTotalAmount

Total amount of the object in company currency, excluding VAT.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</SubTotalAmount>
92
          <VATAmount
VATAmount

Value added tax amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</VATAmount>
93
          <TotalAmount
TotalAmount

The total amount in company currency, including VAT.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

>
{Decimal}</TotalAmount>
94
     </TotalsConverted>
95
     <Shipment>
96
          <Priority
Priority

Priority of the shipment

Possible domain values can be found here

>
{Integer}</Priority>
97
          <DeliveryTerms
DeliveryTerms

Delivery terms when shipping the goods. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce). The delivery terms is by default retrieved from the customer.

Possible domain values can be found here

>
{String}</DeliveryTerms>
98
          <DeliveryTermPlace
DeliveryTermPlace

Named place related to delivery terms (Incoterms)

>
{String}</DeliveryTermPlace>
99
          <SpecialHandling
SpecialHandling

Special handling to use for this shipment.

>
100
               <SpecialHandlingId
SpecialHandlingId

Special handling identifier

>
{Integer}</SpecialHandlingId>
101
               <SpecialHandlingLink
SpecialHandlingLink

Special handling code reference

>
{String}</SpecialHandlingLink>
102
          </SpecialHandling>
103
          <DepartingShipment>
104
               <ShipmentId
ShipmentId

Shipment identifier

>
{Long}</ShipmentId>
105
               <DepartingWaybill>
106
                    <DepartingWaybillId
DepartingWaybillId

Departing waybill identifier

>
{Integer}</DepartingWaybillId>
107
                    <DepartingWaybillLink
DepartingWaybillLink

Departing waybill reference

>
{String}</DepartingWaybillLink>
108
               </DepartingWaybill>
109
               <ShipmentLink
ShipmentLink

Shipment reference

>
{String}</ShipmentLink>
110
          </DepartingShipment>
111
          <ShippingService>
112
               <ShippingServiceId
ShippingServiceId

Shipping service identifier

>
{Integer}</ShippingServiceId>
113
               <Name
Name

Name of shipping service

>
{String}</Name>
114
               <Carrier>
115
                    <CarrierId
CarrierId

Carrier identifier

>
{Integer}</CarrierId>
116
                    <Name
Name

Name of carrier

This field is greyed out because it is an expandable field. You have to add $expand=Shipment.ShippingService.Carrier.Name in your request URI to get this field

>
{String}</Name>
117
                    <CarrierLink
CarrierLink

Carrier reference

>
{String}</CarrierLink>
118
               </Carrier>
119
               <ShippingServiceLink
ShippingServiceLink

Shipping service reference

>
{String}</ShippingServiceLink>
120
          </ShippingService>
121
     </Shipment>
122
     <Invoicing>
123
          <SalesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Possible domain values can be found here

>
{String}</SalesInvoiceConsolidation>
124
          <SalesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Possible domain values can be found here

>
{String}</SalesInvoiceConsolidationField>
125
          <SalesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Possible domain values can be found here

>
{String}</SalesInvoiceItemSortBy>
126
     </Invoicing>
127
     <Payment>
128
          <PaymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the customer. The due date of the sales order and sales invoice is calculated based on this field.

Possible domain values can be found here

>
{String}</PaymentTerms>
129
     </Payment>
130
     <VATDetails>
131
          <VATHandling
VATHandling

Specifies how value added tax (VAT) should be calculated. Either always include VAT, always exclude VAT or use standard/default VAT rules.

Possible domain values can be found here

>
{String}</VATHandling>
132
     </VATDetails>
133
     <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
134
          <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
135
          <Status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
136
          <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
137
          <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</Message>
138
          <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
139
          <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
140
               <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
141
               <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</Category>
142
               <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
143
          </NotificationType>
144
          <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
145
     </HighlightedNotification>
146
</ShippingAdvice>
1
{
2
     "shippingAdvice": {
3
          "shippingAdviceId
ShippingAdviceId

Shipping advice identifier

":
"{Integer}",
4
          "status
Status

Status of shipping advice

Possible domain values can be found here

":
"{Integer}",
5
          "type
Type

Type of shipping advice. Gives an indication of what this shipping advice is based on or forwarded from.

Possible domain values can be found here

":
"{String}",
6
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
          "shippingDate
ShippingDate

The registration date of the shipping advice/supplier return/ goods transfer, -which is the day stock was reduced (quantity and value)

":
"{Date}",
8
          "sellersReferenceNumber
SellersReferenceNumber

Sellers reference number.

":
"{String}",
9
          "externalReference
ExternalReference

External reference. Typically used for referencing third party software.

":
"{String}",
10
          "customersReference
CustomersReference

Customers reference. Typically a person.

":
"{String}",
11
          "customersReferenceNumber
CustomersReferenceNumber

Customers reference number. E.g. the internal sales order id the customer use in their own system.

":
"{String}",
12
          "exchangeRateFluctuationAgreement
ExchangeRateFluctuationAgreement

When a sales order is issued, RamBase stores the current exchange rate and the currency the product normally is purchased in. The exchange rate might have changed when the invoice is issued. The exchange rate fluctuation agreement specifies how to handle these differences. The agreement has the format AAA/BBB, where AAA is a percentage of the total invoice, and BBB is the exchange rate fluctuation percentage. E.g. 100/3.0 means that if the rate of exchange on the date a sales order is forwarded to an invoice has changed more than +/- 3% from the rate of exchange, 100% of the invoice amount will be adjusted.

Possible domain values can be found here

":
"{String}",
13
          "netWeight
NetWeight

The net weight of object (excluding packing meterial) in kilograms

":
"{Decimal}",
14
          "grossMargin
GrossMargin

Gross margin of sale, calculated as an average of gross margin of all items at the time items are created and when the document is registered. Will not be recalculated if gross margin in items change afterwards

":
"{Decimal}",
15
          "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
16
          "note
Note

Additional information regarding the object (free text). This note might be visible to customers/suppliers.

":
"{String}",
17
          "shippingAddressAttention
ShippingAddressAttention

Attention of the shipping address. When changing shipping address, the ShippingAddressAttention will be overridden by the attention of the new shipping address.

":
"{String}",
18
          "shippingAddressPhone
ShippingAddressPhone

Phone number of the shipping address. When changing shipping address, the ShippingAddressPhone will be overridden by the phone number of the new shipping address.

":
"{String}",
19
          "shippingAddressEmail
ShippingAddressEmail

Email address of the shipping address. When changing shipping address, the ShippingAddressEmail will be overridden by the email of the new shipping address.

":
"{String}",
20
          "invoiceAddressAttention
InvoiceAddressAttention

Attention of the invoice address. When changing invoice address, the InvoiceAddressAttention will be overridden by the attention of the new invoice address.

":
"{String}",
21
          "location": {
22
               "locationId
LocationId

Location identifier

This field is greyed out because it is an expandable field. You have to add $expand=Location.LocationId in your request URI to get this field

":
"{Integer}",
23
               "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}",
24
               "locationLink
LocationLink

Location reference

This field is greyed out because it is an expandable field. You have to add $expand=Location.LocationLink in your request URI to get this field

":
"{String}"
25
          },
26
          "assignee
Assignee

The user who has been assigned to work with this object.

":
{
27
               "userId
UserId

User identifier

":
"{Integer}",
28
               "name
Name

Name of the user

":
"{String}",
29
               "firstName
FirstName

First name of the user

":
"{String}",
30
               "userLink
UserLink

User reference

":
"{String}"
31
          },
32
          "customer": {
33
               "customerId
CustomerId

Customer identifier

":
"{Integer}",
34
               "name
Name

Name of customer (name of company or surname/familyname/lastname of a person)

":
"{String}",
35
               "firstname
Firstname

Secondary name of a company or firstname of a person

":
"{String}",
36
               "phone
Phone

Customers main phone number

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Phone in your request URI to get this field

":
"{String}",
37
               "email
Email

Customers main email

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Email in your request URI to get this field

":
"{String}",
38
               "customerLink
CustomerLink

Customer reference

":
"{String}",
39
               "sales": {
40
                    "salesAssistant
SalesAssistant

Reference to the employee who is sales assistant for the customer.

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

":
{
41
                         "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

":
"{Integer}",
42
                         "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

":
"{String}",
43
                         "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

":
"{String}",
44
                         "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.SalesAssistant in your request URI to get this field

":
"{String}"
45
                    },
46
                    "accountManager
AccountManager

Reference to the employee who is responsible for the management of sales, and relationship with the customer.

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

":
{
47
                         "employeeId
EmployeeId

Employee identifier

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

":
"{Integer}",
48
                         "lastName
LastName

Last name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

":
"{String}",
49
                         "firstName
FirstName

First name of employee

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

":
"{String}",
50
                         "employeeLink
EmployeeLink

Employee reference

This field is greyed out because it is an expandable field. You have to add $expand=Customer.Sales.AccountManager in your request URI to get this field

":
"{String}"
51
                    }
52
               }
53
          },
54
          "shippingAddress": {
55
               "addressId
AddressId

Address identifier

":
"{Integer}",
56
               "name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

":
"{String}",
57
               "firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

":
"{String}",
58
               "addressLine1
AddressLine1

First address line

":
"{String}",
59
               "addressLine2
AddressLine2

Second address line

":
"{String}",
60
               "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
61
               "city
City

City/town/village

":
"{String}",
62
               "region
Region

Region/province/state

":
"{String}",
63
               "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
64
               "country
Country

English name of country.

":
"{String}",
65
               "externalReference
ExternalReference

External address identifier. Normally defined by the customer.

":
"{String}"
66
          },
67
          "invoiceAddress": {
68
               "addressId
AddressId

Address identifier

This field is greyed out because it is an expandable field. You have to add $expand=InvoiceAddress.AddressId in your request URI to get this field

":
"{Integer}",
69
               "name
Name

Name of receiver (Name of company or last name of a person). Note that default invoice address must have the same name as the customer.

":
"{String}",
70
               "firstname
Firstname

Firstname if the receiver is a person. Note that default invoice address must have the same firstname as the customer.

":
"{String}",
71
               "addressLine1
AddressLine1

First address line

":
"{String}",
72
               "addressLine2
AddressLine2

Second address line

":
"{String}",
73
               "postalCode
PostalCode

Postalcode/Postcode/ZIP

":
"{String}",
74
               "city
City

City/town/village

":
"{String}",
75
               "region
Region

Region/province/state

":
"{String}",
76
               "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

":
"{String}",
77
               "country
Country

English name of country.

":
"{String}"
78
          },
79
          "totals": {
80
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
81
               "freightAmount
FreightAmount

Freight amount in transaction document's currency

":
"{Decimal}",
82
               "feeAmount
FeeAmount

Fee amount in transaction document's currency

":
"{Decimal}",
83
               "subTotalAmount
SubTotalAmount

Total amount of the object in object currency, excluding VAT.

":
"{Decimal}",
84
               "vATAmount
VATAmount

Total value added tax in object currency.

":
"{Decimal}",
85
               "totalAmount
TotalAmount

The total amount in object currency, including VAT

":
"{Decimal}"
86
          },
87
          "totalsConverted
TotalsConverted

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
{
88
               "currency
Currency

Currency used in conversion. Default is company accounting currency. Three character code following the ISO 4217 standard.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{String}",
89
               "exchangeRate
ExchangeRate

The exchange rate used in convertion

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}",
90
               "freightAmount
FreightAmount

Freight amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}",
91
               "feeAmount
FeeAmount

Fee amount in company currency

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}",
92
               "subTotalAmount
SubTotalAmount

Total amount of the object in company currency, excluding VAT.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}",
93
               "vATAmount
VATAmount

Value added tax amount in company currency.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}",
94
               "totalAmount
TotalAmount

The total amount in company currency, including VAT.

This field is greyed out because it is an expandable field. You have to add $expand=TotalsConverted in your request URI to get this field

":
"{Decimal}"
95
          },
96
          "shipment": {
97
               "priority
Priority

Priority of the shipment

Possible domain values can be found here

":
"{Integer}",
98
               "deliveryTerms
DeliveryTerms

Delivery terms when shipping the goods. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce). The delivery terms is by default retrieved from the customer.

Possible domain values can be found here

":
"{String}",
99
               "deliveryTermPlace
DeliveryTermPlace

Named place related to delivery terms (Incoterms)

":
"{String}",
100
               "specialHandling
SpecialHandling

Special handling to use for this shipment.

":
{
101
                    "specialHandlingId
SpecialHandlingId

Special handling identifier

":
"{Integer}",
102
                    "specialHandlingLink
SpecialHandlingLink

Special handling code reference

":
"{String}"
103
               },
104
               "departingShipment": {
105
                    "shipmentId
ShipmentId

Shipment identifier

":
"{Long}",
106
                    "departingWaybill": {
107
                         "departingWaybillId
DepartingWaybillId

Departing waybill identifier

":
"{Integer}",
108
                         "departingWaybillLink
DepartingWaybillLink

Departing waybill reference

":
"{String}"
109
                    },
110
                    "shipmentLink
ShipmentLink

Shipment reference

":
"{String}"
111
               },
112
               "shippingService": {
113
                    "shippingServiceId
ShippingServiceId

Shipping service identifier

":
"{Integer}",
114
                    "name
Name

Name of shipping service

":
"{String}",
115
                    "carrier": {
116
                         "carrierId
CarrierId

Carrier identifier

":
"{Integer}",
117
                         "name
Name

Name of carrier

This field is greyed out because it is an expandable field. You have to add $expand=Shipment.ShippingService.Carrier.Name in your request URI to get this field

":
"{String}",
118
                         "carrierLink
CarrierLink

Carrier reference

":
"{String}"
119
                    },
120
                    "shippingServiceLink
ShippingServiceLink

Shipping service reference

":
"{String}"
121
               }
122
          },
123
          "invoicing": {
124
               "salesInvoiceConsolidation
SalesInvoiceConsolidation

Specifies whether or how often shipping advices that origins from this sales order will be consolidated when creating sales invoices.

Possible domain values can be found here

":
"{String}",
125
               "salesInvoiceConsolidationField
SalesInvoiceConsolidationField

Field name to group by when consolidating shipping advice items into sales invoices.

Possible domain values can be found here

":
"{String}",
126
               "salesInvoiceItemSortBy
SalesInvoiceItemSortBy

Field name to sort by when creating sales invoice items.

Possible domain values can be found here

":
"{String}"
127
          },
128
          "payment": {
129
               "paymentTerms
PaymentTerms

Terms of payment. Defaut value is retrieved from the customer. The due date of the sales order and sales invoice is calculated based on this field.

Possible domain values can be found here

":
"{String}"
130
          },
131
          "vATDetails": {
132
               "vATHandling
VATHandling

Specifies how value added tax (VAT) should be calculated. Either always include VAT, always exclude VAT or use standard/default VAT rules.

Possible domain values can be found here

":
"{String}"
133
          },
134
          "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
{
135
               "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{Integer}",
136
               "status
Status

Status of the notification

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{Integer}",
137
               "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{Datetime}",
138
               "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}",
139
               "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}",
140
               "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
{
141
                    "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}",
142
                    "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}",
143
                    "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}"
144
               },
145
               "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=HighlightedNotification in your request URI to get this field

":
"{String}"
146
          }
147
     }
148
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

POST
Copy customers reference number to all items
Update CustomersReferenceNumber in all items
AOP/100366
POST
Add to picking queue
AOP/100367
POST
Start picking
AOP/100369
POST
Undo ship
AOP/100370
POST
Delete all items for logistics shipping advice
AOP/100371
POST
Forward all items in shipping advice to a new sales invoice
Forwards all active items to a new sales invoice
AOP/100380
POST
Forward all items in shipping advice to an existing sales invoice
Forwards all active items to an existing sales invoice
AOP/100381
POST
Ship without picking and package registration
AOP/100386
POST
Backward shipping advice from picking/shipping queue
AOP/100390
POST
Ship shipping advice
AOP/100395
POST
Copy shipping advice to new sales quote
Copies shipping advice to new sales quote
AOP/100441
POST
Start capture payment
Capture process is started by an external system for a specific shipping advice
AOP/100545
POST
Confirm capture payment
Capture is confirmed by an external system for a specific shipping advice. In case of failed, a message can be given.
AOP/100546
POST
Open shipping advice for entry
Open shipping advice for entry from status 0
AOP/100812
POST
Update gross margin on all shipping advice items
AOP/100971
POST
Set end customer on all shipping advice items
Copies the specified customer data to end customer fields for all project order items
AOP/101572
POST
Pick rental goods by goods reception
AOP/101624
POST
Pick rental goods by serial number
AOP/101625
POST
Custom pick of service goods
AOP/101722

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found
Error 100055 HTTP 403 You have only admittance to your own objects